Skip to main content

Show Ticket Metrics

AutomatR.Zendesk.Activities.ShowTicketMetrics

The "Show Ticket Metrics" activity in AutomatR is part of the Zendesk activities package, enabling users to retrieve ticket metrics for a specific Zendesk ticket. This activity streamlines the process of accessing and analyzing ticket metrics within automation workflows.

Properties

NameDescription
Input
Ticket IDSpecifies the unique identification number of the ticket for which you want to retrieve metrics. Enter an Int64 or an Int64 variable representing the ticket ID.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (Example: 5 seconds i.e., 5) to start the activity.
Output
Ticket MetricsOutputs the ticket metrics response object containing various metrics data for the specified ticket. Variables of relevant types (e.g., IndividualTicketMetricResponse) to store the metrics response.

How to use:

  1. Drag and drop the "Show Ticket Metrics" activity onto the workflow.
  2. Configure the properties by specifying the ticket ID for which you want to retrieve metrics.
  3. Optionally, configure the delay.
  4. Execute the workflow to retrieve ticket metrics for the specified ticket.

Example:

Consider an example where the "Show Ticket Metrics" activity is used to retrieve metrics for a ticket with ID 123:

Show Ticket Metrics:
Ticket ID: 123
Delay: 0
Ticket Metrics: ticketMetrics

In this example, the activity retrieves metrics for the ticket with ID 123 and stores the metrics response in the variable "ticketMetrics" for further analysis in the workflow.